gusucode.com > VC++ 模仿MSN界面 > VC++ 模仿MSN界面/gusucode/MSN/UserTree.cpp

    //Download by http://www.NewXing.com
// UserTree.cpp : implementation file
//

#include "stdafx.h"
#include "MSN.h"
#include "UserTree.h"

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CUserTree

CUserTree::CUserTree()
{
}

CUserTree::~CUserTree()
{
}


BEGIN_MESSAGE_MAP(CUserTree, CTreeCtrl)
	//{{AFX_MSG_MAP(CUserTree)
		// NOTE - the ClassWizard will add and remove mapping macros here.
	//}}AFX_MSG_MAP
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CUserTree message handlers